SByteNINumericSByteNLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.LogicalOr(
SByteN value
)
Private Function LogicalOr (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).LogicalOr
private:
virtual SByteN LogicalOr(
SByteN value
) sealed = INumeric<SByteN>::LogicalOr
private abstract LogicalOr :
value : SByteN -> SByteN
private override LogicalOr :
value : SByteN -> SByteN
- value SByteN
- The value with which to compute the logical bitwise OR.
SByteNThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)